home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / mac / Time Warp / Time Warp.DXR / Shared_61.ls < prev    next >
Encoding:
Text File  |  1997-05-23  |  473 b   |  18 lines

  1. on LabMonitor movie
  2.   global end, monitor
  3.   puppetSprite(15, 1)
  4.   set the castNum of sprite 15 to the number of member movie
  5.   updateStage()
  6.   set monitor to 1
  7.   set end to the duration of cast movie
  8.   if the movieRate of sprite 15 <> 1 then
  9.     set the movieRate of sprite 15 to 1
  10.   end if
  11.   if the controller of cast movie = 1 then
  12.     set the controller of cast movie to 0
  13.   end if
  14.   if the sound of cast movie = 0 then
  15.     set the sound of cast movie to 1
  16.   end if
  17. end
  18.